Add @x_cflags@ (#36310)
authorOwen Taylor <otaylor@redhat.com>
Mon, 8 Jan 2001 16:42:47 +0000 (16:42 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 8 Jan 2001 16:42:47 +0000 (16:42 +0000)
Mon Jan  8 11:41:41 2001  Owen Taylor  <otaylor@redhat.com>

* Makefile.am (INCLUDES): Add @x_cflags@ (#36310)

contrib/gdk-pixbuf-xlib/ChangeLog
contrib/gdk-pixbuf-xlib/Makefile.am

index f22b2c31f2db0b94b94a17192ad23de90767d95f..35b53e115047bb22684541cb78ed5554ad27bde6 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan  8 11:41:41 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am (INCLUDES): Add @x_cflags@
+
 2001-01-02  Havoc Pennington  <hp@redhat.com>
 
        * gdk-pixbuf-xlib-2.0.pc.in (Description): fix up description a bit.
index c9f1824a7364479f68298307811772d6ad624b20..3f8f74ec0c2baad006c817ec175191d778360387 100644 (file)
@@ -1,11 +1,11 @@
 
 lib_LTLIBRARIES=libgdk_pixbuf_xlib-1.3.la
 
-INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
-       -I$(top_srcdir)/gdk-pixbuf      \
-       -I$(top_srcdir)/contrib         \
-       $(GLIB_CFLAGS)
-
+INCLUDES = -I$(top_srcdir) -I$(top_builddir)   \
+       -I$(top_srcdir)/gdk-pixbuf              \
+       -I$(top_srcdir)/contrib                 \
+       $(GLIB_CFLAGS)                          \
+       @x_cflags@ 
 LDADDS = @STRIP_BEGIN@         \
        @x_ldflags@     \
        @x_libs@        \